home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / DMakefile < prev    next >
Makefile  |  1993-10-25  |  1KB  |  94 lines

  1. ALL: DCC DCPP DC1 DAS DLink DMake \
  2. DBug VOpts VMake Dicecache WBRun \
  3. Patch DObj DUtil DiceHelp \
  4. FMSDisk FSovl UpRev TTXSame \
  5. RCS Lib snakepit
  6.  
  7. DCC:
  8.     cd oi:src/DCC
  9.     dmake -f DCC.DICE
  10.  
  11. DCPP:
  12.     cd oi:src/DCPP
  13.     dmake -f DCPP.DICE
  14.  
  15. DC1:
  16.     cd oi:src/DC1
  17.     dmake -f DC1.DICE
  18.  
  19. DAS:
  20.     cd oi:src/DAS
  21.     dmake -f DAS.DICE
  22.  
  23. DLink:
  24.     cd oi:src/DLink
  25.     dmake -f DLink.DICE
  26.  
  27. DMake:
  28.     cd oi:src/DMake
  29.     dmake -f DMake.DICE
  30.  
  31. DBug:
  32.     cd oi:src/DBug
  33.     dmake -f DBug.DICE
  34.  
  35. VOpts:
  36.     cd oi:src/VOpts
  37.     dmake -f VOpts.DICE
  38.  
  39. VMake:
  40.     cd oi:src/VMake
  41.     dmake -f VMake.DICE
  42.  
  43. Dicecache:
  44.     cd oi:src/Dicecache
  45.     dmake -f Dicecache.DICE
  46.  
  47. WBRun:
  48.     cd oi:src/WBRun
  49.     dmake -f WBRun.DICE
  50.  
  51. Patch:
  52.     cd oi:src/Patch
  53.     dmake -f Patch.DICE
  54.  
  55. DObj:
  56.     cd oi:src/DObj
  57.     dmake -f DObj.DICE
  58.  
  59. DUtil:
  60.     cd oi:src/DUtil
  61.     dmake -f DUtil.DICE
  62.  
  63. DiceHelp:
  64.     cd oi:src/DiceHelp
  65.     dmake -f DiceHelp.DICE
  66.  
  67. FMSDisk:
  68.     cd oi:src/FMSDisk
  69.     dmake -f FMSDisk.DICE
  70.  
  71. FSovl:
  72.     cd oi:src/FSovl
  73.     dmake -f FSovl.DICE
  74.  
  75. UpRev:
  76.     cd oi:src/UpRev
  77.     dmake -f UpRev.DICE
  78.  
  79. TTXSame:
  80.     cd oi:src/TTXSame
  81.     dmake -f TTXSame.DICE
  82.  
  83. RCS:
  84.     cd oi:src/RCS
  85.     dmake -f RCS.DICE
  86.  
  87. Lib:
  88.     cd oi:src/Lib
  89.     dmake -f Lib.DICE
  90.  
  91. snakepit:
  92.     cd oi:src/snakepit
  93.     dmake -f snakepit.DICE
  94.